func internal/chacha8rand.qr
9 uses
internal/chacha8rand (current package)
chacha8_generic.go#L176: b0, b4, b8, b12 = qr(b0, b4, b8, b12)
chacha8_generic.go#L177: b1, b5, b9, b13 = qr(b1, b5, b9, b13)
chacha8_generic.go#L178: b2, b6, b10, b14 = qr(b2, b6, b10, b14)
chacha8_generic.go#L179: b3, b7, b11, b15 = qr(b3, b7, b11, b15)
chacha8_generic.go#L181: b0, b5, b10, b15 = qr(b0, b5, b10, b15)
chacha8_generic.go#L182: b1, b6, b11, b12 = qr(b1, b6, b11, b12)
chacha8_generic.go#L183: b2, b7, b8, b13 = qr(b2, b7, b8, b13)
chacha8_generic.go#L184: b3, b4, b9, b14 = qr(b3, b4, b9, b14)
chacha8_generic.go#L221: func qr(a, b, c, d uint32) (_a, _b, _c, _d uint32) {
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |